DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class / Clear Method

In This Topic
    Clear Method (SubindexCollection<T>)
    In This Topic
    Clears the collection of all subindexes. All subindexes are detached from the parent and destroyed.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    public void Clear()
    See Also